Gets a value indicating whether the IDictionary<(Of <(TKey, TValue>)>) has a fixed size.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Private ReadOnly Property IsFixedSize As Boolean
Implements IDictionary.IsFixedSize |
C# |
---|
bool IDictionary.IsFixedSize { get; } |
Field Value
true if the
IDictionary<(Of <(TKey, TValue>)>) has a
fixed size; otherwise, false. For
ConcurrentDictionary<(Of <(TKey, TValue>)>), this property always
returns false.
Implements
IDictionary..::.IsFixedSize
See Also